public void AddToSearchDB( StorableObject[] storableObjects )
public: void AddToSearchDB( array<StorableObject^>^ storableObjects )
Parameters
| Parameter Name | Description |
|---|---|
| storableObjects | Objects to add. |
public void AddToSearchDB( StorableObject[] storableObjects )
public: void AddToSearchDB( array<StorableObject^>^ storableObjects )
| Parameter Name | Description |
|---|---|
| storableObjects | Objects to add. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown if NULL was passed as an argument. |
| System.ArgumentException | Thrown in case of invalid arguments, e.g. the storableObject is not valid. |
| System.ApplicationException | Thrown if the internal interface for the search could not be created. |
| Eplan.EplApi.Base.BaseException | Thrown if the method finished with errors. |